SLPlayItf_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ClearMarkerPosition
SLresult function(SLPlayItf self) ClearMarkerPosition;
Undocumented in source.
GetCallbackEventsMask
SLresult function(SLPlayItf self, SLuint32* pEventFlags) GetCallbackEventsMask;
Undocumented in source.
GetDuration
SLresult function(SLPlayItf self, SLmillisecond* pMsec) GetDuration;
Undocumented in source.
GetMarkerPosition
SLresult function(SLPlayItf self, SLmillisecond* pMsec) GetMarkerPosition;
Undocumented in source.
GetPlayState
SLresult function(SLPlayItf self, SLuint32* pState) GetPlayState;
Undocumented in source.
GetPosition
SLresult function(SLPlayItf self, SLmillisecond* pMsec) GetPosition;
Undocumented in source.
GetPositionUpdatePeriod
SLresult function(SLPlayItf self, SLmillisecond* pMsec) GetPositionUpdatePeriod;
Undocumented in source.
RegisterCallback
SLresult function(SLPlayItf self, slPlayCallback callback, void* pContext) RegisterCallback;
Undocumented in source.
SetCallbackEventsMask
SLresult function(SLPlayItf self, SLuint32 eventFlags) SetCallbackEventsMask;
Undocumented in source.
SetMarkerPosition
SLresult function(SLPlayItf self, SLmillisecond mSec) SetMarkerPosition;
Undocumented in source.
SetPlayState
SLresult function(SLPlayItf self, SLuint32 state) SetPlayState;
Undocumented in source.
SetPositionUpdatePeriod
SLresult function(SLPlayItf self, SLmillisecond mSec) SetPositionUpdatePeriod;
Undocumented in source.

Meta